[Previous] [Next] [Index] [Thread]

Re: Kerberos authentication for X-Mosaic 2.4 and NCSA HTTPD



Hi,

>If the xmosaic cleint and the httpd server are in the same realm.
>KerberosV4 can handle the mutual authentication very well.
>If the xmosaic client and the httpd server are in different realms,
>KerverosV4 can handle the mutual authentication only if the
>two kerberos servers of the two different realms know each other's secret key.

I think this demonstrates precisely why we need different authentication
systems. Public key is slow. Kerberos is fast but requires a trusted 
intermediary. For many security scenarios this is OK. Especially if you
have already set up kerberos.

> By the way, do you think encode kerberos ticket into the MIME head is a good
>method? Why not do some kerberos authentication before the client and the server
>sends information with each other. If you modify the httpd server,
>I think using cern_httpd codes will save you a lot of work.

If anyone wants to work on security, the Shen mods to libwww would be the
things to take. We will be folding them into the common release fairly soon,
they need to work on little endian machines first.

The idea is to modularise the library so that a person with a proverbial
good idea can easily fing a hook to fasten it to - in any area. So a person
with a new transformer - encryption, compression, image handling, formatting,
etc can just call a routine to slot something in.


Of course we are not there now but that is where we want to be :-)


	Phill.


Follow-Ups: References: